
body{ 
	font-family:"Microsoft YaHei";
	font-size: 12px;
} 
h1,h2,h3,h4,h5,p,span,strong,div,a,li{ 
	font-family:"Microsoft YaHei";	
} 
/*首页*/
/*part-1*/

.part-1-margen{
	margin-top: 38px;
}
.part-1-margen2{
	margin-top: 42px;
}
.padding-0{
	padding:0;
}
.part-1 h4{
	font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
}
.part-1 .bord{
	    border-left: 1px solid #666;
    padding-left: 7px;
    padding-right: 0;
    width: 66%;
    margin-left: 8px;
    height: 72px;
}
.font-weihgt{
	font-weight: 600;
}
.skype a{
    color: #666;
    display: inline-block; 
    border-radius: 30px;
    background: url(../images/skype.png) right no-repeat;
    height: 30px;
    width:30px;
    transition:1s all; 
    animation-fill-mode:both;
}
.skype a:hover{
	text-decoration: none;
	color:#4e92cc;	
	background: url(../images/skype1.png) right no-repeat;
	width:130px;
	border: 1px solid #4E92CC;
}
.skype a span{
   line-height: 27px;
   padding: 0 8px;
   display: none;
   transition:1s all; 
   width:92px;
   overflow: hidden;
}
/*part-2*/
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  
    font-size: 16px;
    /* font-weight: bold; */
    color: #494949;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 14px 9px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-left: none;
}
.btn-default:hover {
    color: #4e92cc;
    background-color: #ffffff;
    border-color: #adadad;
    border-left: none;
}
.part-2 .active{
	border-bottom: 2px solid #4e92cc;
}
.part-2 .active a{
	color: #666;
}
.nav > li > a:before{
            content: "";
            position: absolute;
            left: 50%;
            bottom: -2px;
            width: 0;
            height: 2px;
            background: #4285f4;
            transition: all .3s;
        }
.nav > li > a:hover:before{
            width: 100%;
            left: 0;
            right: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
   background: #fff;
   color:#4e92cc;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
   
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #4e92cc;
    text-decoration: none;
    border-bottom: 1px solid #4e92cc;
}
@media (min-width: 768px){
    .navbar-nav > li {
        float: left;
        height: 50px;
    }
}
/*part-3*/
.tp-caption{
	white-space:normal!important; 
}
.slide-bg { 
    background: rgba(30,91,144,0.6);
	width:50%!important;
	left:0px!important;
}

.tp-caption h3 {
    color: #FFF;
    width: 50%;
    overflow: hidden;
    display: inline-block;
    font-size: 20px;
    line-height:28px;
    text-align: left;
    height:200px;
}
.tp-caption p{
	color: #FFF;
	font-size: 16px;
	height: 88px;
    overflow: hidden;
}
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../images/large_right.png) no-Repeat 0 0;
    width: 40px;
    height: 40px;
}
.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../images/large_left.png) no-Repeat 0 0;
    width: 40px;
    height: 40px;
}
.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: url(../images/bullet.png) no-Repeat top left;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
    margin-left: 3px;
}
.tp-simpleresponsive .button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0) !important;
    font-size: 18px;
    line-height: 45px !important;
    background:rgba(0, 0, 0, 0);
    font-weight: normal;
    letter-spacing: -1px;
}
.tp-bannertimer{
	background: rgba(255,255,255,0.2);
}
#tiaozheng1 { 
    max-height: 400px!important;
     height:400px!important;
}
/*part-4*/
.part-4{
	width: 100%;
	background:#eaeaea;
}
.part-4 .form-control{
	color: #a9a9a9;
}
.patr-4-pro{
	display: inline-block;
	width: 100%;
	background: #fff;	
	text-align: center;
}
.patr-4-pro strong{
	display: inline-block;
	width: 100%;
	height: 182px;
	text-align: center;
	margin: 10px auto;
	padding: 0 6px;
    line-height: 182px;
}
.patr-4-pro strong img{
	max-height: 182px;
	margin:auto;
    /*width: 100%;*/
}
.patr-4-pro span{
	display: inline-block;
	width: 100%;
	height: 40px;
	color: #333;
	overflow: hidden;
	transition: all 1s; 
}
.patr-4-pro:hover span{
	background: #1e5b90;
	color: #fff;
}
/*part-5*/
.part-5{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 7em 0;
    position: relative;
}
.part-5 .overlay {
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}
/*part-6*/
.part-6{
	margin: 40px 0 ;
}

.news-box {
	display: inline-block;
	width: 100%;
    color: #333;  
    margin-top: 20px;   
}
.news-box:hover{
	color:#4e92cc;
    text-decoration: none;
}
.news-box img{
	width: 100%;
}
.news-box span{
	font-size: 13px;
	line-height: 30px;
	overflow: hidden;	
}
.news-box h4{
	height: 20px;
	overflow: hidden;
}
.news-box p{
	height:68px;
	overflow: hidden;
}
.news-more{
	font-size: 16px;color: #333;
}
.news-more:hover{
	color:#1e5b90;
}
.part-6-h3 h3{
	margin: 30px 0;	
}

.part-7{
	
}
.part-7 h3 a{
	color: #333;
}
.part-7 h3 a:hover{
	color: #4e92cc;
	text-decoration: none;
}
.part-7-box{
	border: 1px solid #ccc;
    padding: 16px 0;
    border-left: none;
    border-right: none;
}
#example_video_1{
	width: 100%!important;
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left:56%;
    margin-left: -2.1em;
    top: 54%;
    margin-top: -1.4000000000000001em;
}
.vjs-default-skin .vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    line-height: 2.0em;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center /* Needed for IE8 */;
    position: absolute;
    left: 3px;
    width: 100%;
    height: 100%;
}
.part-7-boxa a{
	position: relative;	
	display: inline-block;
    width: 100%;
}
.part-7-boxa a img{
	width: 100%; 
    line-height: 190px;
}
.part-7-boxa-a a img{
	width:100%; 
    max-height:190px;
    line-height:190px;
}
.part-7-boxa a span{
	display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.6);
    color: #5294cc;
    text-align: center;
    padding-top: 25%;
    opacity: 0;
    transition:all 1s;
}
.part-7-boxa a:hover span{
	opacity: 1;
}
.part-7-boxa .part-7-box-span{
	display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    color: #fff;
     background: rgba(255,255,255,0.0);
    text-align: center;
    padding-top: 25%;
    
    transition:all 1s;
}
.part-7-boxa a:hover .part-7-box-span{
	 color: #5294cc;
	 background: rgba(255,255,255,0.6);
}
.part-7-boxa a span strong{
	display: block;
	margin-top: 15%;
	height: 30px;
	overflow: hidden;
}
.part-7 .row{
	margin-left: 0;
	margin-right: 0;
}
/*part-8*/
.part-8{
	padding: 40px 0;
	width: 100%;
	background:#263745;
}
.part-8-a a{
	color: #fff;
	display: block;
}
.part-8 h4{
	color: #fff;
}
.part-8 h4 sapn{
	display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: 10px;
}
.part-8 p{
	color: #fff;
	font-size: 15px;
}
.part-8 p a{
	color: #fff;
	font-size: 15px;
}
.part-8 p a:hover{
	color: #5294cc;
}
.skype1 a{
    color: #666;
    display: inline-block; 
    border-radius: 30px;
    background: url(../images/skype2.png) right no-repeat;
    height: 30px;
    width:30px;
    transition:1s all; 
    animation-fill-mode:both;
}
.skype1 a:hover{
	text-decoration: none;
	color:#4e92cc;	
	background: url(../images/skype1.png) right no-repeat;
	width:130px;
	border: 1px solid #4E92CC;
}
.skype1 a span{
   line-height: 27px;
   padding: 0 8px;
   display: none;
   transition:1s all; 
   width:92px;
   overflow: hidden;
}
/*part-9*/
.part-9 a{
	display: inline-block;
}
.part-9-x{
	width: 90%;
	height:100%;
	border-top: 2px solid #ccc;
	margin-top: 10px;
	margin-left: 5%;
}
.part-9-x p{
	font-size: 14px;
    line-height: 34px;
    color: #333;
}
.part-9-x p a{
	color: #333;
}
.part-9 .you p{
	font-size: 14px;
    line-height: 34px;
    color: #333;
}
.part-9 .you p a{
	color: #333;
}

#tiaozheng .tp-banner{ 
    height: 400px!important;
}
#tiaozheng .tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
    height: 400px!important;
}
table, tbody {
    max-width: 100%;
}
td, th {
    padding: 0;
    border: 1px solid;
}

.footer-1 {
    width: 100%;
    background: #313438;
    line-height: 80px;
}
.footer-1 a {
    color: #fff;
    padding: 10px 4px;    
    font-size: 14px;
}
/* 首页查询*/
@media only screen and (min-width: 768px) and (max-width: 998px) {
	.part-1 h3{
		font-size:18px ;
	}
	.part-1 h4{
		font-size:16px ;
	}
	.font-weihgt {
	    font-weight:100;
	}
	.tp-caption p {
	    color: #FFF;
	    font-size: 12px;
	    height: 128px;
	    overflow: hidden;
	    margin-top: 40px;
	    /* width: 79%; */
	    line-height: 16px;
	}
	.tp-caption h3 {
        color: #FFF;
        width: 60%;
        overflow: hidden;
        display: inline-block;
        font-size: 14px;
        line-height:28px;
        text-align: left;
        height:200px;
    }
	.tp-caption a{
		margin-top: 20px;
	}
	.part-4-a p {
	    height: 66px;
	    overflow: hidden;
	}
	.di-none{
		display: none;
	}
}
@media only screen and (min-width: 320px) and (max-width:500px) {
	
	.footer-1 {
	    width: 100%;
	    background: #313438;
	    line-height: 26px;
	}
	.part-1 h3{
		font-size:16px ;
	}
	.part-1 h4{
		font-size:13px ;
	}
	.font-weihgt {
	    font-weight:normal;
	}
	.tp-caption p {
	    color: #FFF;
	    font-size: 12px;
	    height: 128px;
	    overflow: hidden;
	    margin-top: 40px;
	    /* width: 79%; */
	    line-height: 16px;
	}
	.tp-caption h3 {
	    color: #FFF;
	    height: 80px;
	    overflow: hidden;
	    font-size: 20px;
	}
	.tp-caption a{
		margin-top: 20px;
	}
	.part-4-a p {
	    height: 66px;
	    overflow: hidden;
	}
	.di-none1{
		display: none;
	}
	.tp-caption img {
	    margin-left: -46px;
	    margin-top: 10px;
	}
	.navbar-toggle{
		border: 1px solid #ccc;
	}
	.navbar-toggle .icon-bar{
	   background: #ccc;
	}
	.navbar{
		margin: 0;
	}
	.nav > li > a {
	    position: relative;
	    display: block;
	    padding: 14px 38px;
	}
	.part-4 .form-control {
	    color: #a9a9a9;
	    margin: 20px 0 0;
	}
	.news-box {
	    padding: 0 0px;
	}
	.news-box ul li a {
	    display: inline-block;
	    font-size: 16px;
	    color: #333;
	    height: 32px;
	}
	.news-box ul li a span:nth-child(1) {
	    display: inline-block;
	    width: 26%;
	    height: 32px;
	    overflow: hidden;
	}
	.news-box ul li a span:nth-child(2) {
	    font-size: 15px;
	    margin-left: 0px;	   
	    width:50%;
	}
	.part-9-x p {
	    font-size: 14px;
	    line-height: 20px;
	    color: #333;
	}
}
/*关于我们*/
.about-1{
	
}
.xupan{
	padding-bottom: 10px;
	border-bottom: 1px solid #4e92cc;
	width: 100%;
	text-align: right;
	color:#4e92cc;
	font-size:14px ;
	margin: 22px 0;
}
.xupan a{
   color:#4e92cc;
   margin: 0 8px;
   font-size:14px ;
}
.about-2 h3{
	color:#4e92cc;
	display: inline-block;
	
}
.about-2 h3 sapn{
	display: block;
    width: 50%;
    height: 2px;
    background: #4e92cc;
    margin-top: 10px;
}
.about-2 P{
	font-size: 14px;
	margin: 20px 0;
}
/*产品页*/
.product-2 h2{
	color:#4e92cc;
	display: inline-block;
	
}
.product-2 h2 sapn{
	display: block;
    width: 50%;
    height: 2px;
    background: #4e92cc;
    margin-top: 10px;
}
.product-2 h4{
	color:#333;
	display: inline-block;
	
}
.product-2 h4 sapn{
	display: block;
    width: 50%;
    height: 1px;
    background: #333;
    margin-top: 10px;
}
.ma30{
	margin: 30px 0;
}
.product-2-a {
	margin-bottom: 20px;
}
.product-2-a a{
	font-size: 16px;
	color: #333;
}
.product-2-a:hover a{
	color:#4e92cc;
}
.product-2-a a h4{
	display: inline-block;
}
.product-2-a>a>h4>sapn{
	display: inline-block;
	width: 60%;
	height: 2px;
	background: #8C8C8C;
}
.product-2-a:hover a h4{
	color:#4e92cc;
}
.product-2-a:hover a>h4>sapn{	
	background: #4e92cc;
}
.product-2-a a i{
	margin-left: 6px;
}

.product-2-box a{
    display: inline-block;   
}
.por-a-1{
	width: 100%;
    height: 212px;
    line-height: 212px;
    border: 1px solid #ccc;
    text-align: center;
        overflow: hidden;
}
    .por-a-1 img {       
        max-height:200px;
    }

.por-a-1 .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
	display: inline-block;
    max-width: 100%;
    height: auto;
}
.por-a-2{
	width: 100%;
	height:108px;
	line-height: 108px;
	color: #333;
	
	padding: 12px 10px;
}
.por-a-2 span{
    display: inline-block;
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;	
}
.product-2-box:hover .por-a-2{
	color:#4e92cc;

}
.por-a-3{
	width: 100%;
	height:108px;	
	color: #333;	
	padding: 12px 10px;
	text-align: center;
}
.por-a-3 span{
    display: inline-block;
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;	
}
.product-2-box:hover .por-a-3{
	color:#4e92cc;
 border-bottom:1px solid #4e92cc;
}
.product-2-box:hover .por-a-1{
	border: 1px solid #4e92cc;
}
.product-2-box:hover .product-2 h4{
	color:#4e92cc ;
}

/*product-list*/
.pro-list-a{
	margin-top:-10px;
}

.pro-list-a a{
	font-size:16px;
	color: #333;
}
.pro-list-a a:hover{
	color: #4e93cc;
	text-decoration: none;
}
.product-list-div { 
    margin:20px 0;
}
.product-list-a{
	display: inline-block;
	width: 100%;
	height: 200px;
	line-height: 200px;
    margin-bottom:10px;
}
.product-list-a img{
	width: 100%;
    max-height: 200px;
}
.product-list-a2{
	display: inline-block;
	width: 100%;
	line-height:20px;
	height: 80px;
	line-height: 22px;
    font-size: 14px;
    color:#4e93cc;
    transition:all 1s;
    padding: 10px 10px;
    overflow:hidden;
}
.product-list-a2:hover{
	background: #4e92cc;
	color: #fff;
	text-decoration: none;
}
.fy-list{
	padding: 0;
	overflow: hidden;	
	margin:40px 0;
	display: inline-block;
}
.fy-list li{
	float: left;
	list-style: none;
	margin: 0 10px;
}
.fy-list li a {
    display: inline-block;
    padding: 6px 16px;
    font-size: 22px;
    border: 1px solid #ccc;
    color: #737373;
    margin: 10px 0;
}
.fy-list li a:hover{
	border: 1px solid #4e92cc;
	text-decoration: none;
}
.fy-list .active{
	background:#4e92cc;
	color: #fff;
}
.fy-list .pro-left a,.fy-list .pro-right a{
	border:none;
	color: #737373;
	font-size:30px ;
	line-height: 34px;
}
.fy-list .pro-left a:hover,.fy-list .pro-right a:hover{
	border:none;
	color: #4e92cc;
}

.product-detail-1{
	margin: 20px 0 0;
}
.product-detail-lf{
	margin-bottom: 20px;
}
.product-detail-lf p{
	height:230px;
	overflow: hidden;
	font-size:14px;
	margin:20px 0;
}
/*产品详细页切换*/
.product-detail-1 .v_out{width:100%;margin:0px auto;overflow:hidden;}
.product-detail-1 .v_show{
	width:100%;
	overflow:hidden;
	position:relative;
	height:280px;
	float:left;
	left: 40px;
}
.product-detail-1 .v_cont{ width:6650px;position:absolute;left:0px;top:0px;}
.product-detail-1 .v_cont ul{
	float:left;
	text-align:center;
	line-height:50px;
	width:420px;
    height: 255px;
    overflow: hidden;
    padding: 0;
    margin-left: 20px;
}
.product-detail-1.v_cont ul li{
	width:420px;
	height:250px;
	background:#f8f8f8;
	float:left;
	margin-top:3px;
	list-style:none;
	line-height: 250px;
	
}
.product-detail-1 .v_cont ul li img{	
   height: 254px;
   max-width: 100%;
}

/*---圆圈---*/
.v_out_p{
	position:relative;
    width: 100%;
    height:400px;
    overflow: hidden;
}
.v_cont li { 
    min-height:265px;
}
.circle{position:absolute;left:76px;top:290px;padding: 0;}
.circle li{
	width:70px;
	height:60px;
	float:left;
	margin-right:10px;
    line-height: 60px;  
    border: 1px solid #ccc;
	list-style:none;
}
.circle li img{	
    max-height: 48px;
}
.circle .circle-cur{
	border: 1px solid #4e92cc;
}

/*---切换---*/
.prev,.next{float:left;}
.prev {
	position: absolute;
	top:74%;
	left:40px;
}
.prev a,.next a{ color: #888;}
.prev a:hover,.next a:hover{ color:#4e92cc;}
.prev .ico_1{}

.next{
  position: absolute;
  top:74%;
  right:40px;
}
.next a{ }
.next .ico_2{}
.prev,.prev a,.next,.next a{width:21px;height:28px; display:inline-block;}

/*产品详细页切换结束*/
.bqy{
	border: 1px solid #ccc;
	margin: 20px 0;
}
.bqy a{
	color: #333;
	font-size:16px;
}
.bqy p{
	font-size:14px;
	margin:6px 0;
}
/*.tp-caption img {
    background: transparent;
    max-width: 600px;
    max-height: 512px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    zoom: 1;
}*/
/*.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #4e92cc;
    color: #fff;
    border-radius: 0;
}*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color:rgba(0,0,0,0);
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top:1px solid #4e92cc;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    border-right: 1px solid #ccc;
}

.dis-none1{
		display:none;
}
.product-detail-rh img{
	max-width: 100%;
}
@media only screen and (min-width: 320px) and (max-width:500px){
	.v_out_p {
	    position: relative;
	    width: 100%;
	    height: 440px;
	    overflow: hidden;
	}
	.v_show{	  
	    left:0px;
	}
	.v_cont ul{
		width: 290px;
		margin-left: 0px;
	}
	.v_cont ul li{
		width: 290px;
	}
	.circle {
	    position: absolute;
	    left: 76px;
	    top: 236px;
	    padding: 0;
	}
	.dis-none{
		display: none;
	}
	.dis-none1{
		display:block;
	}
}

@media only screen and (min-width: 768px) and (max-width:960px){
	.v_out_p{
	    position: relative;
	    width: 76%;
	    height: 400px;
	    overflow: hidden;
	}
}
.news-list{
	padding: 0;
}
.news-list li{
	list-style: none;
	border-bottom: 2px solid #ccc;
	margin-top:20px ;
}
.news-list li:hover{
    transition: 1s all;
	border-bottom: 2px solid #0673BC;
}
.news-list a{
	display: inline-block;
	color: #333;
	transition: 1s all;
	width: 100%;
}
.news-list a h4{
	display: inline-block;
	width:81%;
}
.news-list .news-tim-3{
	display: inline-block;
	width:87%;
}
.news-list a h5{
	display: inline-block;
	width: 81%;
	float: right;
	height: 30px;
	overflow: hidden;
}
.news-list .news-tim-4{
	display: inline-block;
	width: 87%;
	float: right;
	height: 30px;
	overflow: hidden;
}
.news-tim{
	display: inline-block;
	width: 90px;
	height: 80px;
	margin: 0px 24px;
}
.news-tim-1{
	display: inline-block;
    width: 90px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: #333;
    color: #fff;
    font-size: 18px;
}
.news-tim-2{
	display: inline-block;
    width: 90px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #666;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #8e8e8e;
}
.news-list a:hover h4{
	color: #0673BC;
	transition: 1s all;
}
.news-list a:hover .news-tim-1{
	background: #0673BC;
	transition: 1s all;
}
.news-list a:hover .news-tim-2{
	background: #008cd4;
	  border-top: 1px solid #fff;
	  transition: 1s all;
}
.up-down {
   margin: 40px 0;
}
.up-down a{
	display: inline-block;
	
	color: #333;
	
}
.up-down a:hover{
	text-decoration: none;
}

.tu-text{
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	height: 50px;
	padding: 0 15px;
	overflow: hidden;
}
.tu-text:hover{
	text-decoration: none;
}
.part-7-boxa div{
margin-bottom: 20px;
}
.part-7-boxa div:hover .tu-text{
	border-bottom: 1px solid #5294cc;
	color: #5294cc;
	padding-bottom: 20px;
}
.wuxiahua div:hover .tu-text{
	border: none;
}
.Button.Block {
    padding: 0px 0px;
    width: 300px;
    height: 200px;
}

/*vvideo*/
.video-a{
	display: inline-block;
	width: 100%;
	height:190px;
	position:relative;
	transition: all 1.5s;
	border: 1px solid #ccc;
}
.video-a img{
	width: 100%;
	height: 188px;
}
.video-a span{
	display: inline-block;
	width: 100%;
	height: 188px;
	background: rgba(255,255,255,0.6);
	position: absolute;
	top: 0;
	left:0;
	opacity: 0;
	transition: all 1.5s;
}
.video-a i{
	position: absolute;
	top: 32%;
    left: 41%;
	font-size: 50px;
	color: #fff;
	transition: all 1.5s;
}
.video-a:hover{
	border: 1px solid #337ab7;
}
.video-a:hover span{
	opacity: 1;
}
.video-a:hover i{
	color:#337ab7;
}

.video-a1{
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	height:60px;
	overflow: hidden;
	text-align: center;
	color: #333;
}
.video-a1:hover{
	color:#337ab7;
	text-decoration: none;
}
.vi-pd .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 56%;
    margin-left: -2.1em;
    top: 48%;
    margin-top: -1.4000000000000001em;
}

.down-tim{
	display: inline-block;
    width: 10%;
    vertical-align: top;
}
.down-tim img{
	border: 1px solid #ccc;
	width: 100%;
}
.down-tim span{
	display: inline-block;
	width: 100%;
	height: 34px;
	text-align: center;
	line-height: 30px;
	margin: 10px 0;
	border: 1px solid #337ab7;
}
.down-tim:hover span{
	background:#337ab7;
	color: #fff;
}

.mask{	 
	position: fixed;
	height: 100%;
	width: 100%;	
	background: rgba(0,0,0,.5);
	z-index: 100;
	display:none;
	top: 0;
	left: 0;	
}
.mask-box{
	position:relative;
	z-index: 101;
	background: #fff;
	width: 30%;
	height: 160px;
	left: 36%;
	top: 50%;
	
}
.mask-box span:nth-child(1){
	display: inline-block;
	width: 18%;
	text-align: center;
	height: 100px;
	line-height: 100px;
}
.mask-box span:nth-child(1) img{
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	
}
.mask-box span:nth-child(2){
	display: inline-block;
    width: 80%;
    height: 100px;
    float: right;
}
.mask-box span:nth-child(2) p{
	    padding: 26px 20px 0;
}
.x-hao{
	position: absolute;
	top: 0;
	right:6px;
	color: #737373;
}
.contact-bg a{
	display: block;
    color: #333;
    margin:10px 0;
    font-size: 16px;
}
.contact-bg a i{
	margin-right:8px;
	font-size: 18px;
}
.contact-bg a:hover{
	text-decoration: none;
	color:#337ab7;
}
.contact-bg p{
	 font-size: 16px;
}
.form-group {
    margin-bottom: 20px;
}
.form-horizontal{
	margin-top:0px;
}
.about-3{
	margin: 20px 0;
}
.about-3 h3{
	margin-bottom: 20px;
	
}
.about-3 p{
	margin-top:0px;
	height:182px;
	overflow: hidden;
}
.about-3 a{
	display: inline-block;	
	border: 1px solid #666;
	padding: 4px 20px;
	transition: all 1s;	
	background:#337ab7;
	color: #fff;
}
.about-3 a:hover{
	text-decoration: none;	
}
.news-xiayi {
	margin-top: 40px;
	margin-bottom: 40px;
}
.news-xiayi a{
	font-size: 14px;
	
}
@media only screen and (min-width: 768px) and (max-width:960px){
	.news-list a h4{
	   	width: 70%;	   	
    }
   .news-list a h5{
   	width: 70%;
   	
   }
}
@media only screen and (min-width: 320px) and (max-width:500px){
	
	.news-list .news-tim-3{
		display: inline-block;
		width:66%;
	}
	.news-list .news-tim-4{
		display: inline-block;
		width:66%;
		float: right;
		height: 30px;
		overflow: hidden;
	}
	.about-3 p {
        margin-top: 0px;
    }
    .mask-box span:nth-child(2) p {
        padding: 14px 10px 0;
        height: 78px;
        overflow: hidden;
    }
    .news-tim{		
		margin: 0px;
	}
}


 .scroll { 
    position:fixed;
    left:20px;
    bottom:100px;     
    z-index: 1000;
}
    .scroll a { 
        display: block;
        background: #337ab7;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 24px;
    }
    .scroll a:hover{ 
        background:#19466d;
    }
 .news-1 h3 {
    padding: 0 40px;
    /* height: 154px; */
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    height:100%;
}
@media only screen and (min-width: 320px) and (max-width:500px) {
    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        border-right: 1px solid #ccc;
        width: 100%;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: rgba(0,0,0,0);
        border-radius: 0;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #4e92cc;
    }
    .news-list a:nth-child(2) {
        display: inline-block;
        width: 100%;
        padding: 0 20px;
        color: #333;
    }
    .news-tim {
        display: inline-block;
        width: 20%;
        vertical-align: top;
    }
    .mask-box {
        position: relative;
        z-index: 101;
        background: #fff;
        width: 88%;
        height: 160px;
        left: 6%;
        top: 29%;
    }
    .down-tim {
        display: inline-block;
        width: 21%;
        vertical-align: top;
    }
    .news-list a:nth-child(2) h4 {
        margin-top: 0;
        font-size: 14px;
    }
    .news-1 h3 { 
        padding: 0 15px; 
        text-align: left;
         font-size: 14px;
    }
    .news-text p {
        font-size: 12px;
        margin: 20px 0;
    }
    .gaoshiqing .col-sm-7{ 
        width:55%;
        float:left;

    }
     .gaoshiqing .col-sm-3{ 
           width:30%;
            float:left;
            padding:0;
    }
    .gaoshiqing .col-sm-1{ 
          width:10%;
           float:left;
           margin-left:10px;
    }
    .news-tim p { 
        height:144px;
        overflow:hidden;
    }
    .vcode { 
        margin-top:20px;
    }
    #tiaozheng1 { 
        max-height: 200px!important;
        height:200px!important;
    }
    #taozheng > div>div { 
        height:200px!important;
    }
     .bqy p {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }
}
.tab-content > .tab-pane { 
    min-height:80px;
}
a {
    color: #333;
    text-decoration: none;
}

.side { 
    padding:0;
    width:100%;
}
    .side li { 
        list-style:none;
        line-height:34px;
        background:#337ab7;
        border-bottom:1px solid #a9a9a9;
    }
        .side .side-name { 
            color:#fff;
            display:inline-block;
            width:90%;
            padding-left:4px;
        }
          .side .side-plus{ 
            display:inline-block;
            color:#fff;
            width:8%;
            text-align:center;
        }
        .side li ul { 
            padding:0;
            width:100%;
            display:none;
        }
            .side li ul li { 
                background:#4496dc;
            }
                .side li ul li a { 
                    display:inline-block;
                    color:#fff;
                    width:98%;
                    padding-left:10px;
                    line-height: 20px;
                }
                    .side li ul li a:hover { 
                        color:#ef0000;
                    }
.dropdown1 .side-plus2,.dropdown-menu1{ 
    display:none;
}
.dropdown-menu1 { 
    list-style:none;
    padding:0;
    position: absolute;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ccc;
    width: 270px;
    left: -74px;
}

.dropdown-menu1 li { 
   position:relative;
}
    .dropdown-menu1 li:hover {        
        background: #1e5b90;
    }
     .dropdown-menu1>li:hover>a{ 
        color:#fff;
    }
    .dropdown-menu1 li a { 
        font-size:14px;
        display:inline-block;
        width:100%;
        padding-left: 20px;
        max-height:30px;
        overflow:hidden;
        line-height:30px;
    }
    .dropdown-menu1 li a:hover{
    	text-decoration: none;
    	color: #fff;    	
    }
     .dropdown-menu1 .side-plus3:hover{
    	color: #1e5b90;
    }
.menu-x { 
    position: absolute;
    left: 268px;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    border:1px solid #ccc;
    display:none;
}
    .menu-x li{ 
        list-style:none;
        padding-left:6px;
        background:#fff;
    }
     .menu-x li a{ 
        color:#333;
    }
        .menu-x li:hover { 
            border-bottom:1px solid #1e5b90;
        }
  .padding-1{
        padding: 0px;
    }
.dropdown-menu1 .side-plus3{ 
    display:none;
}
@media only screen and (min-width: 320px) and (max-width:500px){
	.news-list a h4 {
	    display: inline-block;
	    width: 60%;
	}
	.news-list a h5 {  
	    width: 60%;
	}
    .nav > li:hover { 
         background:#eeeeee;
    }
      .side .side-plus{ 
            background:#1568af;
        }
      
    .nav .dropdown-toggle1{ 
        display:inline-block;
        width:86%;
    }
     .dropdown-menu1 > li > a {
        line-height: 24px;
        display:inline-block;
       
    }
      .nav .side-plus2,.dropdown-menu1 .side-plus2,.dropdown-menu1 .side-plus3{ 
            display:inline-block;
            width:8%;
                padding: 0!important;
                line-height:30px;
                text-align: center;
                background:#fff;
                color:#337ab7;
                z-index: 9999;
        }
    .menu-x {
        position: initial;
        left: 252px;
        top: 0;
        width: 100%;
        background: #fff;
        padding: 0;
        border: 1px solid #ccc;
        display: none;
    }
    .menu-x li {
        list-style: none;
        padding:4px 24px;
        background: #fff;
    }
    .padding-1{
        padding: 0 15px;
    }
    .dropdown-menu1 {
        list-style: none;
        padding: 0;
        position:initial;
        z-index: 9999;
        background: #fff;
        border: 1px solid #ccc;
        width:100%;
        left: -74px;
            height: 100%!important;
    }
    .dropdown-menu1 li a {
        font-size: 14px;
        display: inline-block;
        width: 100%;
        padding-left: 34px;
        max-height: 30px;
        overflow: hidden;
        line-height: 30px;
    }
    .dropdown1 span { 
        display:none;
    }
}
@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu1{
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color:#ccc;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 2px 14px;
        
    }
}
.cebian-dizhi { 
    width:100%;
    border:1px solid #ccc;
}
.cebian-dizhi a { 
    display:block;
    margin:10px 4px;
    font-size: 14px;
}
.cebian-dizhi { 
    width:100%;
    border:1px solid #ccc;
}
.cebian-dizhi a { 
    display:block;
    margin:10px 4px;
    font-size: 14px;
}
.fenye-chanpin{
	margin: 20px 0;
}
.fenye-chanpin a{
	display: inline-block;
	padding: 10px 20px;
	background: #ccc;
	color: #fff;
}
.fenye-chanpin a:hover{
	text-decoration: none;
}
.fenye-chanpin .active{
	background: #4e92cc;
}
.location{
	margin-top: 10px;
}
.location h5{
    border-bottom: 1px solid #9a9595;
    padding-bottom:10px;
}
.location a{
	color: #333;
}
.location a:hover{
	text-decoration: none;
}
.location .active{
	color: #0673bc;	
}
.about-div{
	line-height: 40px;
	margin-bottom: 10px;
}
.about-span{
	padding: 10px 20px; background: #0673BC; color: #fff;
}
.join-list{
	padding:0 15px;
	margin-top: 40px;
}
.join-list-li{
	list-style: none;
	line-height: 48px;
    border-bottom: 2px solid #ccc;
}
.join-list-li-a{
	display: inline-block;
	width: 100%;
	line-height: 22px;
	font-size: 14px;
}
.join-list-li-a:hover{
	text-decoration: none;
	color: #008CD4;
}
.join-list-li-a:hover span{	
	color:#333;
}

.join-list-li-a i{
	position: relative;
    top:4px;
}
.join-list-li-a span{
	margin: 0 22px;
}
.join-list-li-a h5{
	display: inline-block;
	width: 80%;
	margin: 0;
}
/*索菲姆*/
.sp-bottom-thumbnails.sp-has-pointer {
    margin-top: -36px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 17px solid #336ca6;
    top: 5px;
    margin-top: 13px;
    z-index: 20;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '\25b2';
    position: absolute;
    font-family: Arial;
    font-size: 16px;
    line-height: 1;
    color:rgba(0,0,0,0);
    left: 50%;
    top: 0;
    margin-left: -9px;
}
.sp-black {
    color: #FFF;   
    background: rgba(0,0,0,.0);
}
.sp-widht{
	width: 400px;
	height: 250px;
}
.sp-widht p{
	
	line-height: 24px;
    height: 120px;
    overflow: hidden;
}
.sp-widht a{
	display:inline-block;
	padding: 6px 10px;
	color: #fff;
	background: #336ca6;
}
.sp-layer>img{
	max-width: 220px;
   max-height: 300px;
}
.nav-tabs > li > a{
	margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    display: inline-block;
    width:108px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
    background: #0673BC;
    color: #fff;
}
.nav-tabs > li > a:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 0;
    height: 0px;
    background: #4285f4;
    transition: all .3s;
}
.nav-tabs{
	border: none;
	display: inline-block;
	margin: auto;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 20px;
    border-right: none;
    margin-right: 2px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color:#0673BC;
    border: none;
    border-bottom-color: rgba(0,0,0,0);
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: none;
    color: #fff;
}
.news-index{
	border: 1px solid #0673BC;
	position: relative;
	overflow: hidden;
}
.news-index-h3{
     display: inline-block;
     background: #0673BC;
     color: #fff;
}
.news-index-h3 h3{
	 margin:0px 20px;
	 line-height: 40px;
	 border-left:3px solid #fff;
	 padding-left: 20px;
	 font-size: 20px;
}
.news-index-h3 h3 span{
	font-size: 16px;
	margin-left: 4px;
}
#triangle-bottomleft {
	width: 0;
    height: 0;
    border-bottom: 44px solid #0673bc;
    border-right: 60px solid transparent;
    position: absolute;
    left:23%;
    top: -1px;
}  
.news-index-h3 a{
	display: inline-block; 
    line-height: 42px;
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
} 
#triangle-topright {
        width: 0;
    height: 0;
    border-top: 50px solid #0673bc;
    border-left: 60px solid transparent;
    position: absolute;
    right: 6%;
    top: -1px;
}
.news-list li {
    list-style: none;
    border-bottom: 2px solid #ccc;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}
.news-list-div2 a span:nth-child(1){
	 font-size: 16px;
    font-weight: 600;
}
.news-list li a span:nth-child(1){
	font-size: 16px;
    
}
.news-list li a span:nth-child(2){
	font-size: 14px;
	float: right;
  
}
.news-list li a p{
	font-size: 13px;
    line-height: 26px;
    margin-top: 10px;
    max-height: 84px;
    overflow: hidden;
}
.news-list li a:hover{
	text-decoration: none;
	color: #0673BC;
}
.part-7{
	width: 100%;
	background: #313131;
	border-top:10px solid #0673BC;
	color: #fff;
}
.part-7 p{
	line-height: 26px;
	font-size: 13px;
}
.part-7 p a{
	color: #fff;
}
.part-7 ul{
	padding: 0;
	margin: 20px 0;
	overflow: hidden;
}
.part-7 ul li{
	list-style: none;
	display: inline-block;
	float: left;	 
	
    margin-right: 42px;
}
.part-7 ul li:last-child{
	margin-right: 0;
}
.part-7 ul li a{
	color: #fff;
	font-size: 14px;
	padding: 4px 10px;
}
.footer p{
	font-size: 13px;
	line-height: 26px;
}
@media only screen and (min-width: 1024px){
	.sp-mask{
		height:500px!important;
	}
	.sp-image-container{
		 height:500px!important;
	}
}
@media only screen and (min-width: 768px) and (max-width:1024px){
	.sp-layer>img {
	    max-width: 160px;
	    max-height: 300px;
	}
	.sp-mask{
		height: 360px!important;
	}
	.sp-image-container{
		 height: 360px!important;
	}
	.sp-widht {
	    width: 292px;
	    height: 230px;
	}
	.sp-black{
		left: 62%!important;
	}
	#triangle-topright {
	    width: 0;
	    height: 0;
	    border-top: 50px solid #0673bc;
	    border-left: 60px solid transparent;
	    position: absolute;
	    right: 10%;
	    top: -1px;
	}
	#triangle-bottomleft {
	    width: 0;
	    height: 0;
	    border-bottom: 48px solid #0673bc;
	    border-right: 60px solid transparent;
	    position: absolute;
	    left: 36%;
	    top: -6px;
	}
}

@media only screen and (min-width: 320px) and (max-width:500px){
	.sp-layer>img {
	    max-width: 158px;
	    max-height: 260px;
	}
	.sp-mask{
		height: 360px!important;
	}
	.sp-image-container{
		 height: 360px!important;
	}
	.sp-widht {
	   	 width: 200px;
         height:68px;	 
         top: 266px!important;  	 
	}
    .sp-widht h3{
	   	font-size:20px;
           margin:0; 
	}
	.sp-widht p,.sp-widht a{
		display: none;
	}
	.sp-black{
		left: 40%!important;
		display: block!important;
	}
	#triangle-bottomleft,#triangle-topright{
		display: none;
	}
	.nav-tabs > li > a{
		width: 100%;
	}
	.news-index-h3 h3 span {
	    font-size: 16px;
	    margin-left: 4px;
	    display: none;
	}
	.pro-detil-h2{
		font-size: 16px;
	}
}
.location h5 {
    border-bottom: 1px solid #0673bc;
    padding-bottom: 10px;
}
.side .side-name:hover{
	text-decoration: none;
}
.side li ul li a:hover{
	text-decoration: none;
}
.sy-ye a{
	font-size: 14px;
	line-height: 28px;
}
.sy-ye a i{
	position: relative;
	position: relative;
    top: 8px;
    left:0px;
}
.pro-detil-h2{
	margin-bottom: 20px;font-weight: 500;display: inline-block;text-align: center; margin-bottom:0;
}
.product-2-a {
    margin-bottom: 20px;
    background: #336ca6;
}
.product-2-a a:nth-child(1) {
	display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    border-left: 3px solid #fff;
    padding-left: 10px;
}
.product-2-a:hover a h4{
	color: #fff;
}
.product-2-a a:nth-child(2){
	display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    border-right: 3px solid #fff;
    padding-right: 10px;
}
.product-2-box:hover .por-a-3 {
    color: #4e92cc;
    border-bottom:none;
}

@media only screen and (min-width: 320px) and (max-width:500px){	
	.news-list li a span:nth-child(1) {
	    font-size: 13px;
	}
	.fy-list li {
	    float: left;
	    list-style: none;
	    margin: 0 5px;
	}
}
.down{
	    display: inline-block;
    line-height: 40px;
    font-size: 18px;
}
.down i{
	position: relative;
	top: 6px;
}
.down:hover{
	text-decoration: none;
}
.box-shadow-4{  
  -webkit-box-shadow:0 0 24px 1px rgba(0,0,0,0.5);  
  -moz-box-shadow:0 0 24px 1px rgba(0,0,0,0.5);  
  box-shadow:0 0 24px 1px rgba(0,0,0,0.5);  
}  
.fy-list li a {
    display: inline-block;
    padding: 2px 12px;
    font-size: 20px;
    border: 1px solid #ccc;
    color: #737373;
    margin: 10px 0;
}
.lianxi p{
	font-size:16px;
}
.lianxi p a{
	font-size:16px;
}

.stoer-box{ 
 padding: 10px 10px;
  margin: 10px 0; 
  font-size: 14px;
  transition: all 1s;
}
.stoer-box:hover{
   -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
  -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
  box-shadow:0 0 10px rgba(0, 0, 0, .5);
 
}
.dianhua a{
	color: #333;
}
 .iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.guest-1-1 {
	color: #336CA6;
	display: inline-block;
	width: 45%;	
	font-size: 18px;
}
.guest-1-2{
	display: inline-block;
    width: 55%;
    float: right;
    text-align: right;
}
.guest-2{
	margin: 20px 0;
	font-size: 14px;
}
.guest-2 p{
	min-height:70px;
	border-bottom: 1px solid #ccc;
	
}
.guest-2 p i{
	color: #fead00;
}
.guest-3 i{
	color: #336CA6;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
}
.form-inline .form-group {
    margin-bottom: 20px;
}
.btn{
	background: #0673BC;
	color: #fff;
	padding: 6px 38px;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
.bianbian .control-label{
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width:1024px){
	.bianbian .control-label{
		text-align: right;
	}
	.bianbian .padding-0{
		padding:0 15px;
	}
}
#example1 .sp-thumbnail { 
    padding:6px;
}

@media only screen and (min-width:320px) and (max-width:500px){
	.btn {
        background: #0673BC;
        color: #fff;
        padding: 5px 12px;
        margin: 10px 3px;
    }
    .news-index-h3 h3 {
       
        line-height: 42px;
       
    }
}
.part-b1 { 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 7em 0;
    position: relative;   
}
.part-b1 .overlay {
    background: rgba(0, 0, 0, 0);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}